projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1506b0a
)
da850: modify the U-Boot prompt string
author
Nagabhushana Netagunte
<
[email protected]
>
Sun, 4 Sep 2011 02:18:59 +0000
(22:18 -0400)
committer
Albert ARIBAUD
<
[email protected]
>
Sun, 4 Sep 2011 09:36:19 +0000
(11:36 +0200)
Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >".
Signed-off-by: Sudhakar Rajashekhara <
[email protected]
>
Signed-off-by: Nagabhushana Netagunte <
[email protected]
>
Signed-off-by: Sandeep Paulraj <
[email protected]
>
include/configs/da850evm.h
patch
|
blob
|
history
diff --git
a/include/configs/da850evm.h
b/include/configs/da850evm.h
index b1bce11e29d811e67fc3be8ac845ec6fd9eea7ca..cf0ceac4e397a85234dc2e382c98707ecce721db 100644
(file)
--- a/
include/configs/da850evm.h
+++ b/
include/configs/da850evm.h
@@
-160,7
+160,7
@@
* U-Boot general configuration
*/
#define CONFIG_BOOTFILE "uImage" /* Boot file name */
-#define CONFIG_SYS_PROMPT "
DA850-evm
> " /* Command Prompt */
+#define CONFIG_SYS_PROMPT "
U-Boot
> " /* Command Prompt */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */